home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
mus
/
play
/
DeliTracker1_37.lha
/
DeliTracker
/
Rexx
/
dt_quick.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-05-07
|
218b
|
19 lines
/* DeliTracker - toggles quickstart */
address 'rexx_DT'
options results
status G qst
if result == "no" then do
quick yes
say "Quickstart is now on..."
end
else do
quick no
say "Quickstart is now off..."
end